From: Nick Roberts Date: Thu, 12 Apr 2007 23:23:25 +0000 (+0000) Subject: (Format of Keymaps): Remove spurious ")" from X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~925 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a7eaa02f39f60e231e39c219a4d7be4418a4137c;p=emacs.git (Format of Keymaps): Remove spurious ")" from value of lisp-mode-map. --- diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index d94de6d70f0..cd0ae7ec979 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi @@ -255,7 +255,7 @@ lisp-mode-map (24 . lisp-send-defun) keymap ;; @r{@kbd{M-C-q}, treated as @kbd{@key{ESC} C-q}} - (17 . indent-sexp))) + (17 . indent-sexp)) @end group @group ;; @r{This part is inherited from @code{lisp-mode-shared-map}.}